-
Notifications
You must be signed in to change notification settings - Fork 42
Fallback to hwloc fetch if package not found #1185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
97d296c to
fd44851
Compare
e48dfe5 to
42daf39
Compare
ldorau
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lukaszstolarczuk please verify and resolve all your issues
16ab7a1 to
55c2c9f
Compare
Fallback to fetching hwloc from source instead of failing UMF build. Add a workflow for testing the fallback. Unify correct paths to hwloc. Use target name instead of a library path for hwloc linkage.
55c2c9f to
a64565a
Compare
|
@lukaszstolarczuk are you going to approve it? ;-) |
lukaszstolarczuk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lukaszstolarczuk are you going to approve it? ;-)
Needed to discuss something with @PatKamin yet.
Fallback to fetching hwloc from source instead of failing UMF build.
Add a workflow for testing the fallback.
Unify correct paths to hwloc.
Use target name instead of a library path for hwloc linkage.
To test examples, the
UMF_BUILD_EXAMPLESflag has to be set.Nightly run: https://github.com/PatKamin/unified-memory-framework/actions/runs/13916556000
Description
Checklist